/*
Theme Name: CareerWin Education and Visa Services
Theme URI: https://www.digitalbhutan.net/
Author: Digital Bhutan
Author URI: https://www.digitalbhutan.net/
Description:Theme for CareerWin Education and Visa Services
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Bhutan CareerWin Education and Visa Services
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

nav.navbar img {
    width: 268px;
    transition: all linear .5s;
    position: absolute;
    top: 0;
}

nav.navbar.fixed img {
    width: 122px;
}

span.top-links {
    white-space: nowrap;
}

span.right {
    float: right;
    font-size: 20px;
}

.top-bar {
    padding: 10px 60px;
    color: #d2232a;
    background-color: #000000;
}

li.breadcrumb-item {
    color: #eee;
    font-size: 18px;
    font-weight: 400;
}

.page-content {
    background-color: #d2232a24;
    padding: 30px;
}

.page-sidebar {
    padding: 30px;
    background-color: #3b8fa55e;
}

span.icon.fa.fa-search {
    float: right !important;
    margin-top: -28px;
    font-size: 20px;
    padding-right: 9px;
    color: #06bbcc;
}

.contact-address {
    background-color: #06bbcc2e;
    padding: 30px;
}

.contact-address .fa, .fas {
    font-size: 30px;
    font-weight: 900;
}

.contact-form {
    background-color: #d2232a36;
    padding: 60px 45px;
    margin-left: -12px;
}

/* Contact form 7 */
.form-control {
	padding: 15px 15px;
}

.form-floating {
    position: relative;
    margin: 10px 0;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 17px !important;
    font-weight: normal;
    display: block;
    float: left;
    padding-bottom: 10px;
}

.wpcf7-response-output {
    font-size: 20px;
}

input#mfcf7_zl_add_file {
    background-color: #3b8fa5;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
}

label.text-black {
    margin-top: 30px;
    color: #d2232a;
    font-weight: 500;
}

#mailpoet_form_1 form.mailpoet_form {
    padding: 0px !important;
}

@media screen and (max-width: 991px) {


    nav.navbar img {
        width: 150px;
        transition: all linear .5s;
        position: absolute;
        top: 0;
    }

    a.btn.btn-primary.py-4.px-lg-5.d-lg-block {
        width: 100%;
    }

    .top-bar {
        padding: 10px 30px;
    }

    span.right {
        display: none;
    }

}

@media screen and (max-width: 768px) {

}